-
Couldn't load subscription status.
- Fork 3k
support GCC_ARM for LPC4330_M4 #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Linker script is based on LPC1768
number of NVIC is 16 (CORE) + 53 (M4 in LPC43xx) = 69,
therefor, reserve at the top of RAM0 (address:0x10000000)
to relocate NVIC vector table
- startup file is based on startup_ARMCM4.S in CMSIS V3.20
change NVIC name for cortex-M4 of LPC43xx
- add GCC_ARM for LPC4330_M4 in python scripts
- add some descriptions for GCC_ARM
|
Hi Hototogi, Could you please accept our Contributor Agreement? (You need to be logged in with your mbed.org account) Thanks, |
|
Hi emilio. I accepted your Contributor Agreement. Sincerely, |
support GCC_ARM for LPC4330_M4
Solve below warning: "...\targets\TARGET_STM\TARGET_STM32F3\spi_api.c", line 73: Warning: ARMmbed#111-D: statement is unreachable
Solve below warning: "...\targets\TARGET_STM\TARGET_STM32F3\spi_api.c", line 73: Warning: #111-D: statement is unreachable
…afcd c45afcd Use Mbed OS coding style (ARMmbed#113) 07e26bf Use Mbed OS coding style (ARMmbed#111) git-subtree-dir: features/nanostack/coap-service git-subtree-split: c45afcd
* Add mbed-bootloader-cliapp tests * Revamp Jenkinsfile code - Make Jenkinsfile less hard coded - to make it easy to add tests - to parallelise as much as possibly - delete dead code - Checkout and deploy source code only once to reduce github usage * Add separate header app tests * Clean up PAL config * Move power cut test app-config * Improve circle script - use v2 config - use a docker image so no setup time - use proper caching so job runs fast * Add nrf52 build tests
Should be debugging reference guide if needed
Fix this build warning seen when building with ARMCC Compile [ 13.7%]: UBLOX_AT_CellularNetwork.cpp [Warning] UBLOX_AT_CellularNetwork.cpp@65,0: ARMmbed#111-D: statement is unreachable
Fix this build warning seen when building with ARMCC Compile [ 13.7%]: UBLOX_AT_CellularNetwork.cpp [Warning] UBLOX_AT_CellularNetwork.cpp@65,0: #111-D: statement is unreachable
Fix this build warning seen when building with ARMCC Compile [ 13.7%]: UBLOX_AT_CellularNetwork.cpp [Warning] UBLOX_AT_CellularNetwork.cpp@65,0: ARMmbed#111-D: statement is unreachable
Add example exercising the GattClient API.
I have a simple test using LPC4330-Xplorer board of NGX Technologies.
LED blink test is OK. DigitalOut class and wait function are used for the test.
number of NVIC is 16 (CORE) + 53 (M4 in LPC43xx) = 69,
therefor, reserve at the top of RAM0 (address:0x10000000)
to relocate NVIC vector table
change NVIC name for cortex-M4 of LPC43xx